home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / odbc / tpodbc32 / install.txt < prev    next >
Encoding:
Text File  |  1996-03-08  |  4.6 KB  |  111 lines

  1.                        T r a c e P l u s 3 2 / O D B C
  2.                         32 bit ODBC Debugging Facility
  3.  
  4.  
  5. =========================================================================
  6. INSTALLATION
  7.  
  8. Create a directory for TracePlus32/ODBC, i.e. C:\SST. Copy all     
  9. the files contained in this ZIP file to that directory. To run the TracePlus     
  10. demonstration, select "Run..." from the "File" menu of the Program    
  11. Manager and type:
  12.  
  13.     C:\SST\TPODBC32
  14.     
  15. Press Ok or <ENTER> to start TracePlus32/ODBC.
  16.  
  17. =========================================================================
  18. Using TracePlus32 with Visual Basic 4.00
  19.  
  20. To use TracePlus32 to trace Visual Basic 4.00 applications in DESIGN MODE, do the
  21. following:
  22.  
  23. 1. Select the Filters item from the Trace menu.
  24. 2. Check the box next to the words Launch application below.
  25. 3. Press the Choose Application button. Find the Visual Basic 4.00 .EXE file, i.e.
  26. VB32.EXE (It usually is in the \VB40 directory). Double-click on it  The Choose
  27. Application dialog box will disappear, and the filename will appear in the Filters dialog
  28. box.
  29. 4. Press Ok to close the Filters dialog box.
  30. 5. Press the Start button on the toolbar, or select Start from the Trace menu.
  31.  
  32. =========================================================================
  33. NOTES ON 32 BIT VERSIONS OF TRACEPLUS
  34.  
  35. 32 bit versions of TracePlus use the standard Microsoft 
  36. defined debugging interface for Win32 applications. The 
  37. Microsoft interface does not permit detaching from a process 
  38. after debugging has started. Therefore, if TracePlus is 
  39. terminated, it will also terminate all processes being traced. 
  40. Stopping the trace will not detach TracePlus from a process.
  41.  
  42. -------------------------------------------------------------------------
  43. Be sure that if you are tracing a server application,  leave 
  44. the TracePlus32 application running after stopping the 
  45. trace, or terminate the server application, and restart 
  46. it (be sure that TracePlus32 is not running or the trace 
  47. is stopped before starting the server application again).
  48.  
  49. -------------------------------------------------------------------------
  50. TracePlus32 has an option called "Trace Processes started 
  51. from Desktop. This feature will automatically trace an 
  52. application under two conditions:
  53.  
  54. 1. The application has a main window (i.e., not a Win32 
  55. console application).
  56.  
  57. 2. The trace will be initiated at the point where the 
  58. main window receives the WM_CREATE message. This means that 
  59. any API calls made before this message is received will not 
  60. be traced.
  61.  
  62. -------------------------------------------------------------------------
  63. TracePlus32 can trace a Win32 console application. To do this, 
  64. launch the console application from TracePlus32. See the topic 
  65. "Setting Filters" in the help file for more details on this procedure.
  66.  
  67. -------------------------------------------------------------------------
  68. The procedure for tracing 32 bit applications launched from the desktop 
  69. is as follows:
  70.  
  71. 1. Make sure that a checkmark is next to the item Trace processes started 
  72. from desktop in the Filters dialog box.
  73.  
  74. 2. Unselect the option Launch specified application
  75.  
  76. 3. Press OK (not Cancel) to close the Filters dialog box.
  77.  
  78. 4. Click on the Start button on the toolbar, or press Ctrl+S.
  79.  
  80. 5. Launch the Win32 application that you want to trace. Make sure that 
  81. it creates a main window.
  82.  
  83. TracePlus32 does not trace Win32 applications started before 
  84. TracePlus32, unless they are explicitly selected from the Tasks 
  85. listbox. See the topic "Setting Filters" for more details on this 
  86. procedure.
  87.  
  88. -------------------------------------------------------------------------
  89. TracePlus32 does not trace 16 bit Windows applications.
  90.  
  91. =========================================================================
  92. GENERAL NOTES
  93.  
  94. The trace buffer size is limited to storing up to 100 most recent trace 
  95. records. The monochrome, file, and printer log options in the Options dialog 
  96. box will also be disabled. Otherwise all other features are fully functional.
  97.  
  98. Note: This demonstration does not require ODBC32.DLL on the     
  99. system in order to execute. However, it won't be much of a demon-     
  100. stration!
  101.  
  102. =========================================================================
  103. SAMPLE LOG FILE
  104.  
  105. We have included a trace log file that was generated using the new Export feature, so
  106. that you can see what this feature provides. To load the sample log file, select Import
  107. from the Trace menu, then choose SAMPLE.RDF (it will be in the same directory as
  108. TracePlus). Be sure to view the PC Configuration (This log was generated from the
  109. author's machine).
  110.  
  111.